hvmloader: fix build with certain iasl versions
authorJan Beulich <jbeulich@suse.com>
Thu, 22 May 2014 12:20:19 +0000 (14:20 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 22 May 2014 12:20:19 +0000 (14:20 +0200)
commit119d8a42d3bfe6ebc1785720e1a7260e5c698632
tree07cdcea3afaf7c53489c3a35550cd0e1e2af3365
parentc22bd567ce22f6ad9bd93318ad0d7fd1c2eadb0d
hvmloader: fix build with certain iasl versions

While most of them support what we have now, Wheezy's dislikes the
empty range. Put a fake one in place - it's getting overwritten upon
evaluation of _CRS anyway.

The range could be grown (downwards) if necessary; the way it is now
it is
- the highest possible one below the 36-bit boundary (with 36 bits
  being the lowest common denominator for all supported systems),
- the smallest possible one that said iasl accepts.

Reported-by: Sander Eikelenboom <linux@eikelenboom.it>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/firmware/hvmloader/acpi/dsdt.asl